Make 'make tap' the default target and add a 'make phpunit' target to
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 6 Feb 2010 16:20:30 +0000 (16:20 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 6 Feb 2010 16:20:30 +0000 (16:20 +0000)
commitc76f5ee173303b171eccea4e8b4174060611fb1e
tree917a88ada9a4224eb69ac6c2484b6862b61bf0d4
parentbbc4e95775842a75526be3cee83e5bb76b30beb9
Make 'make tap' the default target and add a 'make phpunit' target to
run things with phpunit.

phpunit as-is consumed up to 800MB of memory on PHP 5.2.12. Running it
also results in test failures for LanguageConverterTest.php which is
tripping over some setup code a previous test made.

The TAP target also runs in ~15 seconds on my machine, whereas I have
to kill phpunit after 8 minutes of running tests & eating my memory.
maintenance/tests/Makefile